/* .in-ctit{ */
    /* font-size: 45px; */
    /* line-height: 65px; */
    /* color: #263450; */
    /* font-weight: 800; */
    /* overflow: hidden; */
/* } */
/* .in-ctit p{ */
    /* float: left; */
/* } */

.btn-whitebd {
    border: 1px solid rgba(255, 255, 255, 1);
    color: #ffffff;
}

.btn {
    font-size: 14px;
    height: 46px;
line-height: 46px;}
.btn {
    width: 200px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    transition: 0.36s;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}
.btn-27bd {
    border: 1px solid #ccc;
    color: rgba(255, 255, 255, 0.8);
}
.index-block4{
    padding: 10px 0 90px;
}
.inb4-main{
    margin-top: 38px;
    height: 335px;
}
.inb4-main .li-main{
    height: 100%;
}
.inb4-main .item{
    float: left;
    width: 25%;
    box-sizing: border-box;
    border: 1px solid #E7EAF2;
    padding: 60px 40px 50px;
    margin-left: -1px;
    height: 100%;
    transition: 0.36s;
}
.inb4-main .item:hover{
    box-shadow:0px 0px 24px rgba(0,0,0,0.06);
    /* border-color: #fff; */
    /* transform: translateZ(-2px); */
}
.inb4-main i{
    display: block;
    height: 43px;
}
.inb4-main .ico1{
    background: url(/static/images/inb4-ico1.png) no-repeat center center;
}
.inb4-main .ico2{
    background: url(/static/images/inb4-ico2.png) no-repeat center center;
}
.inb4-main .ico3{
    background: url(/static/images/inb4-ico3.png) no-repeat center center;
}
.inb4-main .ico4{
    background: url(/static/images/inb4-ico4.png) no-repeat center center;
}
.inb4-main .item:hover .ico1{
    background: url(/static/images/inb4-ico1h.png) no-repeat center center;
}
.inb4-main .item:hover .ico2{
    background: url(/static/images/inb4-ico2h.png) no-repeat center center;
}
.inb4-main .item:hover .ico3{
    background: url(/static/images/inb4-ico3h.png) no-repeat center center;
}
.inb4-main .item:hover .ico4{
    background: url(/static/images/inb4-ico4h.png) no-repeat center center;
}
.inb4-main .info{
    margin-top: 47px;
}
.inb4-main .tit{
    font-size: 20px;
    line-height: 28px;
    color: #263450;
    text-align: center;
}
.inb4-main .text{
    font-size: 14px;
    line-height: 26px;
    color: #757983;
    margin-top: 25px;
}
@media screen and (max-width:1620px){
    .inb4-main{
        height: 331px;
    }
}
.index-block4 .container.inb4-main{
    height: 331px;
}
.inb5-top{
    height: 580px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.inb5-video{
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}
.inb5-video .vjs-default-skin{
    display:block;
}
.inb5-video .vjs-default-skin2{
    display:none;
}
.inb5-video video{
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.inb5-main{
    background-color: rgba(39, 52, 80,0.6);
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 130px;
}

.inb5-top .in-ctit{
    font-size: 46px;
    line-height: 75px;
    color: #fff;
    font-weight: 800;
}
.inb5-top .inb5-text{
    margin-top: 40px;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 610px;
}

.inb5-btn{
    margin-top: 60px;
}
.inb5-btn .btn{
    width: 160px;
    border-radius: 50px;
    border-color: rgba(255, 255, 255, 0.4);
}
.inb5-btn .btn:hover{
    border-color: #2791E5;
    background-color: #2791E5;
    color: #fff;
}
.inb5-bot{
    height: 160px;
    background-color: #2791E5;
}
.inb5-bot .li-main{
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.inb5-bot .item{
   /* width: 25%;*/
    width: 33.333%;
    box-sizing: border-box;
    height: 160px;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}
.inb5-bot .item-box{
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    transition: 0.36s;
    height: 160px;
}
.inb5-bot .item-box:hover{
    background-color: #1B80D0;

}
.inb5-bot .item-head{
    height: 160px;
    font-size: 0;
    text-align: center;
    display: block;
    transition: 0.36s;
}
.inb5-bot .item-head i{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: 30px;
}
.inb5-bot .item-head .tit{
    font-size: 24px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
}
.inb5-bot .item-info{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 50px 40px;
    height: 160px;
    box-sizing: border-box;
}
.inb5-bot .item-info ul{
    margin-right: -35px;
    margin-top: -10px;
	color:#fff;
	line-height:30px;
}
.inb5-bot .item-info li{
    float: left;
    width: 103px;
    box-sizing: border-box;
    color: #fff;
    /*line-height: 20px;*/
    line-height: 60px;
    margin-top: 10px;
    padding-left: 10px;
    background: url(/static/images/inb5-dot.png) no-repeat 0 center;
    transition: 0.36s;
}
.inb5-bot .item-info li:hover{
    padding-left: 13px;
}
.inb5-bot .item-head .ico1{
    width: 51px;
    background: url(/static/images/inb5-ico1.png) no-repeat center center;
}
.inb5-bot .item-head .ico2{
    width: 54px;
    background: url(/static/images/inb5-ico2.png) no-repeat center center;
}
.inb5-bot .item-head .ico3{
    width: 46px;
    background: url(/static/images/inb5-ico3.png) no-repeat center center;
}
.inb5-bot .item-head .ico4{
    width: 47px;
    background: url(/static/images/inb5-ico4.png) no-repeat center center;
}
.inb5-bot .item:hover .item-box{
    height: 267px;
    background-color: #3291e5;
}
.inb5-bot .item:hover .item-box{
    background-color: #1B80D0;
}
.inb5-bot .item:hover .item-head{
    height: 108px;
}


.index-block6{
    padding: 90px 0;
    background-color: #F6F7F9;
	height:800px;
}
.in-link{
    float: right;
    font-size: 16px;
    line-height: 20px;
    /* margin-top: 30px; */
    color: #A4A7AF;
    font-weight: normal;
	margin-right:5px;
}
.in-link a{
    color: #888b95;
}
.in-link a:hover{
    color: #1e4398;
	border-bottom:2px solid #1e4398;
}
.in-link i{
    margin: 0 20px;
    font-size: 12px;
    color: #E3E4E5;
}
.in-link i:first-child{
    display: none;
}
.inb6-main{
    margin-top: 40px;
    background-color: #fff;
}
.inb6-left{
    float: left;
    width: 1040px;
    box-sizing: border-box;
    padding: 60px;
    overflow: hidden;
}
.inb6-right{
    float: left;
    width: 500px;
    height: 514px;
    box-sizing: border-box;
    border-left: 1px solid #eaeaea;
    padding: 50px 60px 60px;
}
.inb6-left .li-box{
    overflow: hidden;
}
.inb6-left .li-main{
    margin: -120px -50px 0;
}
.inb6-left .li-item{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-top: 60px;
    margin-top: 60px;
    border-bottom: 1px solid #ebeef1;
    padding: 60px 50px 0;
}
.inb6-main .li-tit{
    font-size: 18px;
    line-height: 25px;
    height: 25px;
    color: #484B52;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inb6-main .li-tit a{

    color: #484B52;

}
.in-ctit {
    font-size: 36px;
    line-height: 65px;
    color: #263450;
    font-weight: 800;
    overflow: hidden;
}
.inb6-main .li-tit a:hover{

    color:#1e4398

}
.inb6-main .li-item:hover .li-tit{
    color: #2791E5;
}
.inb6-main .li-time{
    font-size: 12px;
    line-height: 17px;
    color: #A4A7AF;
    margin-top: 10px;
}
.inb6-main .li-text{
    font-size: 13px;
    color: #757983;
    line-height: 22px;
    margin-top: 8px;
    overflow: hidden;text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
     height:52px;
}
.inb6-main .li-img{
    /* height: 200px; */
    overflow: hidden;
}
.inb6-main .li-img img{
    width: 100%;
    transition: 0.5s;
}
.inb6-right .li-tit{
    margin-top: 10px;
	/* margin-bottom:10px; */
}

.inb6-main .li-item:hover .li-img img{
    transform: scale(1.03);
}
@media screen and (max-width:1620px){
    .index-block6 .inMain{
        max-width: 1360px;
    }
    .inb6-left{
        width: 900px;
    }
    .inb6-right{
        width: 460px;
    }
}

@media screen and (max-width:1440px){
    .index-block6 .inMain{
        max-width: 1180px;
    }
    .inb6-left{
        width: 800px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .inb6-right{
        width: 380px;
        padding: 40px;
        height: 473px;
    }
    .inb6-left .li-main{
        margin: -81px -30px 0;
    }
    .inb6-left .li-item{
        padding: 40px 30px 0;
        margin-top: 40px;
    }
}

.index-block6 .container .inb6-left{
    width: 870px;
    padding-left: 10px;
    padding-right: 30px;
	padding-top:10px;
}
.index-block6 .container .inb6-right{
    width: 349px;
    padding: 00px 0 0 40px;
    height: 500px;
}
.index-block6 .container .inb6-left .li-main{
    margin: 0px 0px 0;
}
.index-block6 .container .inb6-left .li-item{
    padding: 60px 30px 5px 0;
    margin-top: 0px;
}
.index-block6 .container .inb6-left .li-item:first-child{
    padding: 20px 30px 0 0;
    margin-top: 0px;
}
.index-block6 .container .inb6-left .li-item:nth-child(2){
    padding: 20px 30px 0 0;
    margin-top: 0px;
}


.index-block7{
    height: 608px;
    box-sizing: border-box;
    padding-top: 120px;
    background: url(/static/images/inb7-bg.jpg) repeat-x center top;
}
.inb7-tit{
    text-align: center;
    font-size: 50px;
    line-height: 70px;
    color: #fff;
    font-weight: bold;
}
.inb7-text{
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 28px;
    margin-top: 10px;
    text-align: center;
}
.inb7-main{
    margin-top: 80px;
}
.inb7-main .item{
    float: left;
    width: 20%;
    box-sizing: border-box;
    text-align: center;
}
.inb7-main .item:first-child{
    background: none;
}
.inb7-main .item i{
    display: block;
    height: 56px;
}
.inb7-main .item .tit{
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
.inb7-main .item .item-btn{
    margin-top: 50px;
    text-align: center;
}
.item-btn1{
    display:none;
}
.inb7-main .item .item-btn .btn{
    width: 120px;
    border-radius: 50px;
}

.inb7-main .item .ico1{
    background: url(/static/images/inb7-ico1.png) no-repeat center top;
}
.inb7-main .item .ico2{
    background: url(/static/images/inb7-ico2.png) no-repeat center top;
}
.inb7-main .item .ico3{
    background: url(/static/images/inb7-ico3.png) no-repeat center top;
}
.inb7-main .item .ico4{
    background: url(/static/images/inb7-ico4.png) no-repeat center top;
}
.inb7-main .item .ico5{
    background: url(/static/images/inb7-ico5.png) no-repeat center top;
}
@media screen and (max-width:768px){
    .inb5-top{
    height: 320px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
	padding:0 3% 0 3%;
    }
	.inb5-main{	
		padding-top: 30px;
		padding-left: 3%;
	}
	.inb5-top .in-ctit{
		font-size:17px;
		line-height: 35px;
	}
	.inb5-top .inb5-text{
		margin-top: 15px
	}
	.inb5-btn{
		margin-top: 25px;
	}
	.inb5-btn .btn{
		width: 120px;
		height: 30px;
		line-height: 30px;
	}
	.inb5-bot{
		display:none;
	}
	.inb5-video .vjs-default-skin{
    display:none;
    }
	.inb5-video .vjs-default-skin2{
    display:block;
   }
   .index-block4{
	       padding: 20px 0;
   }
   .inb4-main .li-main{
	   height:Auto;
   }
   .inb4-main {
    height: 450px;
	}
	.inb4-main .item{
		padding:6% 2% 2% 2%;
		width:50%
	}
	.inb4-main .tit{
		font-size:18px;
	}
	.inb4-main .info{
		margin-top:10px;
	}
	.inb4-main .text{
		margin-top:10px;
		line-height:22px;
	}
	.index-block6{
		display:none;
		background-color: #f6f7f9;
		padding:1rem 0.3rem;
	}
	.in-ctit {
    font-size: 1.75rem;
    line-height: 56px;
    color: #263450;
    font-weight: 600;
    overflow: hidden;
	}
	.alMain {
    margin-top: 0.3rem;
	}
	.in-link{
		float:left;
		margin-top:5px;
	}
	.inb6-main{
		margin-top:10px;
	}
	.inb6-right{
		display:none;
	}
	.index-news{ background:#ecf1f5;display:block;}
	.index-block7{
		height:350px;
		padding-top:20px;
	}
	.inb7-tit{
		font-size:1.75rem;
	}
	.inb7-main{
		margin-top:30px;
	}
	.inb7-text{
		font-size:14px;
	}
	.inb7-main .item .tit{
		font-size:12px;
	}
	.inb7-main .item .item-btn{
		display:none;
	}
	.item-btn1{
    display:block;
    margin: 0 auto;
    text-align: center;
	position: relative;
    top: 30px;
	}
	.item-btn1 .btn{
    
	width: 120px;
    height: 40px;
	line-height:40px;
	}
}